Added creation and preview of local image datasets with in place caption editing and searching abilities #498
+1,170
−195
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Users can create either text or image datasets,
They can drag and drop or choose any number of files to upload.,
One (or the first one) of these files could be json, jsonl, or csv that is the metadata for the images.,
If no such file is provided the app will create an empty metadata file itself,
User can view the images and the captions of the created dataset using the preview button,
The preview allows for searching based on the caption, and in place editing of the captions which will get written back to the metadata file once the save changes button is pressed